projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13de929
)
[__GNUC__] (C_DEBUG_SWITCH): Define as -g3.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 24 Jul 1996 03:38:46 +0000
(
03:38
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 24 Jul 1996 03:38:46 +0000
(
03:38
+0000)
src/s/irix6-0.h
patch
|
blob
|
history
diff --git
a/src/s/irix6-0.h
b/src/s/irix6-0.h
index 69f4d6ea78e05bc4ff2d0b027f01af4672f2898e..31adffd55d3cc3ae43197c3fa8a5d183132299ee 100644
(file)
--- a/
src/s/irix6-0.h
+++ b/
src/s/irix6-0.h
@@
-15,4
+15,11
@@
#undef C_SWITCH_SYSTEM
#endif
+/* The only supported configuration of GCC under IRIX6.x produces
+ n32 MIPS ABI binaries and also supports -g. */
+#ifdef __GNUC__
+#undef C_DEBUG_SWITCH
+#define C_DEBUG_SWITCH -g
+#endif
+
#undef SA_RESTART